golang.org/x/text/unicode/norm.nfkcTrie.lookupValue (method)
13 uses
golang.org/x/text/unicode/norm (current package)
tables13.0.0.go#L4433: return t.lookupValue(uint32(i), c1), 2
tables13.0.0.go#L4449: return t.lookupValue(uint32(i), c2), 3
tables13.0.0.go#L4471: return t.lookupValue(uint32(i), c3), 4
tables13.0.0.go#L4486: return t.lookupValue(uint32(i), s[1])
tables13.0.0.go#L4490: return t.lookupValue(uint32(i), s[2])
tables13.0.0.go#L4494: return t.lookupValue(uint32(i), s[3])
tables13.0.0.go#L4518: return t.lookupValue(uint32(i), c1), 2
tables13.0.0.go#L4534: return t.lookupValue(uint32(i), c2), 3
tables13.0.0.go#L4556: return t.lookupValue(uint32(i), c3), 4
tables13.0.0.go#L4571: return t.lookupValue(uint32(i), s[1])
tables13.0.0.go#L4575: return t.lookupValue(uint32(i), s[2])
tables13.0.0.go#L4579: return t.lookupValue(uint32(i), s[3])
tables13.0.0.go#L4592: func (t *nfkcTrie) lookupValue(n uint32, b byte) uint16 {